home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue31 / cwdemo / CWDEMO.ZIP / CWUNIT1.DFM / CWUNIT1.txt
Encoding:
Text File  |  1997-11-01  |  80.6 KB  |  2,308 lines

  1. object Form1: TForm1
  2.   Left = 12
  3.   Top = 12
  4.   Width = 553
  5.   Height = 423
  6.   Caption = 'CalendarWorks Demo'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnShow = FormShow
  13.   TextHeight = 13
  14.   object TLabel
  15.     Left = 24
  16.     Top = 352
  17.     Width = 291
  18.     Height = 16
  19.     Caption = 'Notice how all the controls interact with each other'
  20.     Color = clBtnFace
  21.     Font.Color = clBlue
  22.     Font.Height = -13
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentColor = False
  26.     ParentFont = False
  27.     ParentShowHint = False
  28.     ShowHint = False
  29.     WordWrap = True
  30.   end
  31.   object TabbedNotebook1: TTabbedNotebook
  32.     Left = 8
  33.     Top = 8
  34.     Width = 529
  35.     Height = 385
  36.     TabFont.Color = clBtnText
  37.     TabFont.Height = -11
  38.     TabFont.Name = 'MS Sans Serif'
  39.     TabFont.Style = []
  40.     ParentShowHint = False
  41.     ShowHint = True
  42.     TabOrder = 0
  43.     object TTabPage
  44.       Left = 5
  45.       Top = 45
  46.       Caption = 'Properties'
  47.       object CWDateLabel1: TCWDateLabel
  48.         Left = 16
  49.         Top = 16
  50.         Width = 163
  51.         Height = 19
  52.         CWCalendar = CWCalendar1
  53.         DateFormatStr = 'dddd, mmmm dd, yyyy'
  54.         Font.Color = clRed
  55.         Font.Height = -16
  56.         Font.Name = 'Times New Roman'
  57.         Font.Style = [fsBold]
  58.         ParentFont = False
  59.       end
  60.       object Bevel1: TBevel
  61.         Left = 352
  62.         Top = 40
  63.         Width = 153
  64.         Height = 289
  65.         Shape = bsFrame
  66.       end
  67.       object Label1: TLabel
  68.         Left = 368
  69.         Top = 130
  70.         Width = 61
  71.         Height = 13
  72.         Caption = 'Date Positon'
  73.         Font.Color = clBlack
  74.         Font.Height = -11
  75.         Font.Name = 'MS Sans Serif'
  76.         Font.Style = []
  77.         ParentFont = False
  78.       end
  79.       object Label2: TLabel
  80.         Left = 368
  81.         Top = 170
  82.         Width = 77
  83.         Height = 13
  84.         Caption = 'Day Title Format'
  85.         Font.Color = clBlack
  86.         Font.Height = -11
  87.         Font.Name = 'MS Sans Serif'
  88.         Font.Style = []
  89.         ParentFont = False
  90.       end
  91.       object Bevel2: TBevel
  92.         Left = 16
  93.         Top = 248
  94.         Width = 180
  95.         Height = 81
  96.         Shape = bsFrame
  97.       end
  98.       object Label3: TLabel
  99.         Left = 24
  100.         Top = 242
  101.         Width = 80
  102.         Height = 13
  103.         Caption = ' Color Properties '
  104.       end
  105.       object Bevel3: TBevel
  106.         Left = 200
  107.         Top = 248
  108.         Width = 66
  109.         Height = 81
  110.         Shape = bsFrame
  111.       end
  112.       object Label4: TLabel
  113.         Left = 208
  114.         Top = 242
  115.         Width = 32
  116.         Height = 13
  117.         Caption = ' Fonts '
  118.       end
  119.       object Label5: TLabel
  120.         Left = 368
  121.         Top = 210
  122.         Width = 71
  123.         Height = 13
  124.         Caption = 'Start Week On'
  125.       end
  126.       object Label6: TLabel
  127.         Left = 368
  128.         Top = 250
  129.         Width = 69
  130.         Height = 13
  131.         Caption = 'Header Height'
  132.       end
  133.       object Label7: TLabel
  134.         Left = 360
  135.         Top = 34
  136.         Width = 53
  137.         Height = 13
  138.         Caption = ' Properties '
  139.       end
  140.       object CWCalendar1: TCWCalendar
  141.         Left = 16
  142.         Top = 40
  143.         Width = 333
  144.         CellFont.Color = clBlack
  145.         CellFont.Height = -11
  146.         CellFont.Name = 'MS Sans Serif'
  147.         CellFont.Style = []
  148.         Ctl3D = True
  149.         DateFont.Color = clWindowText
  150.         DateFont.Height = -13
  151.         DateFont.Name = 'System'
  152.         DateFont.Style = []
  153.         DayTitleFormat = OneLetter
  154.         DayTitles.Strings = (
  155.           'Sunday'
  156.           'Monday'
  157.           'Tuesday'
  158.           'Wednesday'
  159.           'Thursday'
  160.           'Friday'
  161.           'Saturday')
  162.         FocusMode = fmFramed
  163.         HeaderColor = clSilver
  164.         HeaderFont.Color = clWindowText
  165.         HeaderFont.Height = -13
  166.         HeaderFont.Name = 'System'
  167.         HeaderFont.Style = []
  168.         HiLight3D = hlNone
  169.         SelectRange = False
  170.         StartOfWeek = Sunday
  171.         OnDateChange = CWCalendar1DateChange
  172.       end
  173.       object BitBtn1: TBitBtn
  174.         Left = 24
  175.         Top = 260
  176.         Width = 49
  177.         Height = 25
  178.         Caption = 'Cell'
  179.         TabOrder = 1
  180.         OnClick = BitBtn1Click
  181.       end
  182.       object BitBtn2: TBitBtn
  183.         Left = 80
  184.         Top = 260
  185.         Width = 49
  186.         Height = 25
  187.         Caption = 'Header'
  188.         TabOrder = 2
  189.         OnClick = BitBtn2Click
  190.       end
  191.       object BitBtn3: TBitBtn
  192.         Left = 24
  193.         Top = 292
  194.         Width = 49
  195.         Height = 25
  196.         Caption = 'Grid'
  197.         TabOrder = 3
  198.         OnClick = BitBtn3Click
  199.       end
  200.       object BitBtn4: TBitBtn
  201.         Left = 208
  202.         Top = 260
  203.         Width = 49
  204.         Height = 25
  205.         Caption = 'Header'
  206.         TabOrder = 4
  207.         OnClick = BitBtn4Click
  208.       end
  209.       object BitBtn5: TBitBtn
  210.         Left = 208
  211.         Top = 292
  212.         Width = 49
  213.         Height = 25
  214.         Caption = 'Date'
  215.         TabOrder = 5
  216.         OnClick = BitBtn5Click
  217.       end
  218.       object BitBtn6: TBitBtn
  219.         Left = 80
  220.         Top = 292
  221.         Width = 49
  222.         Height = 25
  223.         Caption = 'Hi-Lite'
  224.         TabOrder = 6
  225.         OnClick = BitBtn6Click
  226.       end
  227.       object CheckBox1: TCheckBox
  228.         Left = 368
  229.         Top = 56
  230.         Width = 97
  231.         Height = 17
  232.         Caption = '3D Calendar'
  233.         Font.Color = clBlack
  234.         Font.Height = -11
  235.         Font.Name = 'MS Sans Serif'
  236.         Font.Style = []
  237.         ParentFont = False
  238.         State = cbChecked
  239.         TabOrder = 7
  240.         OnClick = CheckBox1Click
  241.       end
  242.       object CheckBox2: TCheckBox
  243.         Left = 368
  244.         Top = 80
  245.         Width = 97
  246.         Height = 17
  247.         Caption = 'Grid Lines'
  248.         Font.Color = clBlack
  249.         Font.Height = -11
  250.         Font.Name = 'MS Sans Serif'
  251.         Font.Style = []
  252.         ParentFont = False
  253.         State = cbChecked
  254.         TabOrder = 8
  255.         OnClick = CheckBox2Click
  256.       end
  257.       object CheckBox3: TCheckBox
  258.         Left = 368
  259.         Top = 104
  260.         Width = 121
  261.         Height = 17
  262.         Caption = 'Show Day Titles'
  263.         Font.Color = clBlack
  264.         Font.Height = -11
  265.         Font.Name = 'MS Sans Serif'
  266.         Font.Style = []
  267.         ParentFont = False
  268.         State = cbChecked
  269.         TabOrder = 9
  270.         OnClick = CheckBox3Click
  271.       end
  272.       object ComboBox1: TComboBox
  273.         Left = 368
  274.         Top = 144
  275.         Width = 121
  276.         Height = 21
  277.         Style = csDropDownList
  278.         Font.Color = clBlack
  279.         Font.Height = -11
  280.         Font.Name = 'MS Sans Serif'
  281.         Font.Style = []
  282.         ItemHeight = 13
  283.         Items.Strings = (
  284.           'Centered'
  285.           'Upper Left'
  286.           'Upper Right'
  287.           'Lower Left'
  288.           'Lower Right')
  289.         ParentFont = False
  290.         TabOrder = 10
  291.         OnChange = ComboBox1Change
  292.       end
  293.       object ComboBox2: TComboBox
  294.         Left = 368
  295.         Top = 184
  296.         Width = 121
  297.         Height = 21
  298.         Style = csDropDownList
  299.         ItemHeight = 13
  300.         Items.Strings = (
  301.           'One Letter'
  302.           'Two Letters'
  303.           'Three Letters'
  304.           'Full Name')
  305.         TabOrder = 11
  306.         OnChange = ComboBox2Change
  307.       end
  308.       object BitBtn7: TBitBtn
  309.         Left = 136
  310.         Top = 260
  311.         Width = 49
  312.         Height = 25
  313.         Caption = 'Sunday'
  314.         TabOrder = 12
  315.         OnClick = BitBtn7Click
  316.       end
  317.       object BitBtn8: TBitBtn
  318.         Left = 136
  319.         Top = 292
  320.         Width = 49
  321.         Height = 25
  322.         Caption = 'Today'
  323.         TabOrder = 13
  324.         OnClick = BitBtn8Click
  325.       end
  326.       object ComboBox3: TComboBox
  327.         Left = 368
  328.         Top = 224
  329.         Width = 121
  330.         Height = 21
  331.         Style = csDropDownList
  332.         ItemHeight = 13
  333.         Items.Strings = (
  334.           'Sunday'
  335.           'Monday'
  336.           'Tuesday'
  337.           'Wednesday'
  338.           'Thursday'
  339.           'Friday'
  340.           'Saturday')
  341.         TabOrder = 14
  342.         OnChange = ComboBox3Change
  343.       end
  344.       object SpinEdit1: TSpinEdit
  345.         Left = 368
  346.         Top = 264
  347.         Width = 41
  348.         Height = 22
  349.         Ctl3D = True
  350.         MaxValue = 100
  351.         MinValue = 1
  352.         ParentCtl3D = False
  353.         TabOrder = 15
  354.         Value = 18
  355.         OnChange = SpinEdit1Change
  356.       end
  357.       object GroupBox1: TGroupBox
  358.         Left = 272
  359.         Top = 243
  360.         Width = 73
  361.         Height = 86
  362.         Caption = ' 3D Hi-Lite '
  363.         TabOrder = 16
  364.         object RadioButton1: TRadioButton
  365.           Left = 8
  366.           Top = 20
  367.           Width = 60
  368.           Height = 17
  369.           Caption = 'Raised'
  370.           TabOrder = 0
  371.           OnClick = RadioButton1Click
  372.         end
  373.         object RadioButton2: TRadioButton
  374.           Left = 8
  375.           Top = 40
  376.           Width = 60
  377.           Height = 17
  378.           Caption = 'Lowered'
  379.           TabOrder = 1
  380.           OnClick = RadioButton2Click
  381.         end
  382.         object RadioButton3: TRadioButton
  383.           Left = 8
  384.           Top = 60
  385.           Width = 60
  386.           Height = 17
  387.           Caption = 'None'
  388.           Checked = True
  389.           TabOrder = 2
  390.           TabStop = True
  391.           OnClick = RadioButton3Click
  392.         end
  393.       end
  394.       object BitBtn9: TBitBtn
  395.         Left = 400
  396.         Top = 8
  397.         Width = 89
  398.         Height = 25
  399.         TabOrder = 17
  400.         Kind = bkClose
  401.       end
  402.       object Memo1: TMemo
  403.         Left = 368
  404.         Top = 208
  405.         Width = 121
  406.         Height = 87
  407.         Ctl3D = True
  408.         Lines.Strings = (
  409.           'Sunday'
  410.           'Monday'
  411.           'Tuesday'
  412.           'Wednesday'
  413.           'Thursday'
  414.           'Friday'
  415.           'Saturday')
  416.         ParentCtl3D = False
  417.         TabOrder = 18
  418.         Visible = False
  419.       end
  420.       object BitBtn10: TBitBtn
  421.         Left = 368
  422.         Top = 296
  423.         Width = 121
  424.         Height = 25
  425.         Caption = 'Change Day Titles'
  426.         TabOrder = 19
  427.         OnClick = BitBtn10Click
  428.       end
  429.     end
  430.     object TTabPage
  431.       Left = 5
  432.       Top = 45
  433.       Caption = 'Controls'
  434.       object CWDateLabel2: TCWDateLabel
  435.         Left = 8
  436.         Top = 10
  437.         Width = 313
  438.         Height = 25
  439.         Hint = 'CWDateLabel format is fully customizeable.'
  440.         Alignment = taCenter
  441.         AutoSize = False
  442.         CWCalendar = CWCalendar2
  443.         DateFormatStr = 'mmmm yyyy'
  444.         Font.Color = clRed
  445.         Font.Height = -19
  446.         Font.Name = 'MS Sans Serif'
  447.         Font.Style = [fsBold]
  448.         ParentFont = False
  449.       end
  450.       object Bevel4: TBevel
  451.         Left = 8
  452.         Top = 40
  453.         Width = 313
  454.         Height = 209
  455.         Shape = bsFrame
  456.         Style = bsRaised
  457.       end
  458.       object Bevel6: TBevel
  459.         Left = 328
  460.         Top = 40
  461.         Width = 177
  462.         Height = 281
  463.         Shape = bsFrame
  464.       end
  465.       object CWDateLabel3: TCWDateLabel
  466.         Left = 344
  467.         Top = 56
  468.         Width = 104
  469.         Height = 13
  470.         Hint = 'Another CWDateLablel format.'
  471.         CWCalendar = CWCalendar2
  472.         DateFormatStr = 'dddd, mmmm d,yyyy'
  473.         Font.Color = clBlue
  474.         Font.Height = -11
  475.         Font.Name = 'MS Sans Serif'
  476.         Font.Style = []
  477.         ParentFont = False
  478.         ParentShowHint = False
  479.         ShowHint = True
  480.       end
  481.       object Label8: TLabel
  482.         Left = 344
  483.         Top = 75
  484.         Width = 75
  485.         Height = 11
  486.         Caption = 'CWMonthCombo'
  487.         Font.Color = clBlack
  488.         Font.Height = -9
  489.         Font.Name = 'Small Fonts'
  490.         Font.Style = []
  491.         ParentFont = False
  492.       end
  493.       object Label9: TLabel
  494.         Left = 344
  495.         Top = 115
  496.         Width = 66
  497.         Height = 11
  498.         Caption = 'CWYearCombo'
  499.         Font.Color = clBlack
  500.         Font.Height = -9
  501.         Font.Name = 'Small Fonts'
  502.         Font.Style = []
  503.         ParentFont = False
  504.       end
  505.       object Label10: TLabel
  506.         Left = 344
  507.         Top = 155
  508.         Width = 51
  509.         Height = 11
  510.         Caption = 'CWDateEdit'
  511.         Font.Color = clBlack
  512.         Font.Height = -9
  513.         Font.Name = 'Small Fonts'
  514.         Font.Style = []
  515.         ParentFont = False
  516.       end
  517.       object Label11: TLabel
  518.         Left = 8
  519.         Top = 296
  520.         Width = 242
  521.         Height = 13
  522.         Caption = 'Notice how all the controls interact with each other.'
  523.         Font.Color = clBlue
  524.         Font.Height = -11
  525.         Font.Name = 'MS Sans Serif'
  526.         Font.Style = []
  527.         ParentFont = False
  528.       end
  529.       object Label12: TLabel
  530.         Left = 376
  531.         Top = 200
  532.         Width = 76
  533.         Height = 13
  534.         Caption = 'Day spin control'
  535.       end
  536.       object Label13: TLabel
  537.         Left = 376
  538.         Top = 232
  539.         Width = 87
  540.         Height = 13
  541.         Caption = 'Month spin control'
  542.       end
  543.       object Label14: TLabel
  544.         Left = 376
  545.         Top = 264
  546.         Width = 79
  547.         Height = 13
  548.         Caption = 'Year spin control'
  549.       end
  550.       object CWCalendar2: TCWCalendar
  551.         Left = 16
  552.         Top = 56
  553.         Width = 294
  554.         Height = 185
  555.         Hint = 
  556.           'Unique 3D Focus - Changes from raised to lowered depending on fo' +
  557.           'cus.'
  558.         BlockColor = clBtnFace
  559.         CellColor = clBtnFace
  560.         CellFont.Color = clWindowText
  561.         CellFont.Height = -13
  562.         CellFont.Name = 'System'
  563.         CellFont.Style = []
  564.         Ctl3D = False
  565.         DateFont.Color = clBlack
  566.         DateFont.Height = -11
  567.         DateFont.Name = 'MS Sans Serif'
  568.         DateFont.Style = []
  569.         DayTitleFormat = ThreeLetters
  570.         DayTitles.Strings = (
  571.           'Sunday'
  572.           'Monday'
  573.           'Tuesday'
  574.           'Wednesday'
  575.           'Thursday'
  576.           'Friday'
  577.           'Saturday')
  578.         FocusMode = fm3D
  579.         GridColor = clBtnFace
  580.         GridLines = False
  581.         HeaderColor = clBtnFace
  582.         HeaderFont.Color = clBlack
  583.         HeaderFont.Height = -11
  584.         HeaderFont.Name = 'MS Sans Serif'
  585.         HeaderFont.Style = []
  586.         HiLight3D = hlRaised
  587.         HiLightColor = clSilver
  588.         SelectRange = False
  589.         StartOfWeek = Sunday
  590.         SundayColor = clBlue
  591.         ToDayColor = clRed
  592.         OnDateChange = CWCalendar2DateChange
  593.         object Bevel5: TBevel
  594.           Left = 0
  595.           Top = 18
  596.           Width = 297
  597.           Height = 2
  598.           Shape = bsTopLine
  599.           Style = bsRaised
  600.         end
  601.       end
  602.       object CWNavBtn1: TCWNavBtn
  603.         Left = 8
  604.         Top = 256
  605.         Width = 57
  606.         Height = 33
  607.         Hint = 'Previous Year - Hold to quickly move through years.'
  608.         ButtonType = btPrevYear
  609.         CWCalendar = CWCalendar2
  610.         Font.Color = clBlack
  611.         Font.Height = -11
  612.         Font.Name = 'MS Sans Serif'
  613.         Font.Style = []
  614.         Glyph.Data = {
  615.           26050000424D260500000000000036040000280000000F0000000F0000000100
  616.           080000000000F000000000000000000000000000000000000000000000000000
  617.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  618.           A600000000000000000000000000000000000000000000000000000000000000
  619.           0000000000000000000000000000000000000000000000000000000000000000
  620.           0000000000000000000000000000000000000000000000000000000000000000
  621.           0000000000000000000000000000000000000000000000000000000000000000
  622.           0000000000000000000000000000000000000000000000000000000000000000
  623.           0000000000000000000000000000000000000000000000000000000000000000
  624.           0000000000000000000000000000000000000000000000000000000000000000
  625.           0000000000000000000000000000000000000000000000000000000000000000
  626.           0000000000000000000000000000000000000000000000000000000000000000
  627.           0000000000000000000000000000000000000000000000000000000000000000
  628.           0000000000000000000000000000000000000000000000000000000000000000
  629.           0000000000000000000000000000000000000000000000000000000000000000
  630.           0000000000000000000000000000000000000000000000000000000000000000
  631.           0000000000000000000000000000000000000000000000000000000000000000
  632.           0000000000000000000000000000000000000000000000000000000000000000
  633.           0000000000000000000000000000000000000000000000000000000000000000
  634.           0000000000000000000000000000000000000000000000000000000000000000
  635.           0000000000000000000000000000000000000000000000000000000000000000
  636.           0000000000000000000000000000000000000000000000000000000000000000
  637.           0000000000000000000000000000000000000000000000000000000000000000
  638.           0000000000000000000000000000000000000000000000000000000000000000
  639.           0000000000000000000000000000000000000000000000000000000000000000
  640.           0000000000000000000000000000000000000000000000000000000000000000
  641.           0000000000000000000000000000000000000000000000000000000000000000
  642.           0000000000000000000000000000000000000000000000000000000000000000
  643.           0000000000000000000000000000000000000000000000000000000000000000
  644.           0000000000000000000000000000000000000000000000000000000000000000
  645.           0000000000000000000000000000000000000000000000000000000000000000
  646.           0000000000000000000000000000000000000000000000000000000000000000
  647.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  648.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  649.           0303030303030303030003030303030303030303030303030300030303030303
  650.           0303030303030303030003030303030300030303030300030300030303030300
  651.           0003030303000003030003030303000000030303000000030300030303000000
  652.           0003030000000003030003030000000000030000000000030300030303000000
  653.           0003030000000003030003030303000000030303000000030300030303030300
  654.           0003030303000003030003030303030300030303030300030300030303030303
  655.           0303030303030303030003030303030303030303030303030300030303030303
  656.           03030303030303030300}
  657.         NumGlyphs = 1
  658.         RepeatTimer = True
  659.         Spacing = 4
  660.         TabOrder = 1
  661.       end
  662.       object CWNavBtn2: TCWNavBtn
  663.         Left = 72
  664.         Top = 256
  665.         Width = 57
  666.         Height = 33
  667.         Hint = 'Previous Month - Hold to quickly move through months.'
  668.         ButtonType = btPrevMonth
  669.         CWCalendar = CWCalendar2
  670.         Font.Color = clBlack
  671.         Font.Height = -11
  672.         Font.Name = 'MS Sans Serif'
  673.         Font.Style = []
  674.         Glyph.Data = {
  675.           26050000424D260500000000000036040000280000000F0000000F0000000100
  676.           080000000000F000000000000000000000000000000000000000000000000000
  677.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  678.           A600000000000000000000000000000000000000000000000000000000000000
  679.           0000000000000000000000000000000000000000000000000000000000000000
  680.           0000000000000000000000000000000000000000000000000000000000000000
  681.           0000000000000000000000000000000000000000000000000000000000000000
  682.           0000000000000000000000000000000000000000000000000000000000000000
  683.           0000000000000000000000000000000000000000000000000000000000000000
  684.           0000000000000000000000000000000000000000000000000000000000000000
  685.           0000000000000000000000000000000000000000000000000000000000000000
  686.           0000000000000000000000000000000000000000000000000000000000000000
  687.           0000000000000000000000000000000000000000000000000000000000000000
  688.           0000000000000000000000000000000000000000000000000000000000000000
  689.           0000000000000000000000000000000000000000000000000000000000000000
  690.           0000000000000000000000000000000000000000000000000000000000000000
  691.           0000000000000000000000000000000000000000000000000000000000000000
  692.           0000000000000000000000000000000000000000000000000000000000000000
  693.           0000000000000000000000000000000000000000000000000000000000000000
  694.           0000000000000000000000000000000000000000000000000000000000000000
  695.           0000000000000000000000000000000000000000000000000000000000000000
  696.           0000000000000000000000000000000000000000000000000000000000000000
  697.           0000000000000000000000000000000000000000000000000000000000000000
  698.           0000000000000000000000000000000000000000000000000000000000000000
  699.           0000000000000000000000000000000000000000000000000000000000000000
  700.           0000000000000000000000000000000000000000000000000000000000000000
  701.           0000000000000000000000000000000000000000000000000000000000000000
  702.           0000000000000000000000000000000000000000000000000000000000000000
  703.           0000000000000000000000000000000000000000000000000000000000000000
  704.           0000000000000000000000000000000000000000000000000000000000000000
  705.           0000000000000000000000000000000000000000000000000000000000000000
  706.           0000000000000000000000000000000000000000000000000000000000000000
  707.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  708.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  709.           0303030303030303030003030303030303030303030303030300030303030303
  710.           0303030303030303030003030303030303030003030303030300030303030303
  711.           0300000303030303030003030303030300000003030303030300030303030300
  712.           0000000303030303030003030303000000000003030303030300030303030300
  713.           0000000303030303030003030303030300000003030303030300030303030303
  714.           0300000303030303030003030303030303030003030303030300030303030303
  715.           0303030303030303030003030303030303030303030303030300030303030303
  716.           03030303030303030300}
  717.         NumGlyphs = 1
  718.         RepeatTimer = True
  719.         Spacing = 4
  720.         TabOrder = 2
  721.       end
  722.       object CWNavBtn3: TCWNavBtn
  723.         Left = 136
  724.         Top = 256
  725.         Width = 57
  726.         Height = 33
  727.         Hint = 'Go back to today'#39's date.'
  728.         ButtonType = btToday
  729.         Caption = 'Today'
  730.         CWCalendar = CWCalendar2
  731.         Font.Color = clBlack
  732.         Font.Height = -11
  733.         Font.Name = 'MS Sans Serif'
  734.         Font.Style = []
  735.         NumGlyphs = 1
  736.         RepeatTimer = True
  737.         Spacing = 4
  738.         TabOrder = 3
  739.       end
  740.       object CWNavBtn4: TCWNavBtn
  741.         Left = 200
  742.         Top = 256
  743.         Width = 57
  744.         Height = 33
  745.         Hint = 'Next Month - Hole to quickly move through months.'
  746.         ButtonType = btNextMonth
  747.         CWCalendar = CWCalendar2
  748.         Font.Color = clBlack
  749.         Font.Height = -11
  750.         Font.Name = 'MS Sans Serif'
  751.         Font.Style = []
  752.         Glyph.Data = {
  753.           26050000424D260500000000000036040000280000000F0000000F0000000100
  754.           080000000000F000000000000000000000000000000000000000000000000000
  755.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  756.           A600000000000000000000000000000000000000000000000000000000000000
  757.           0000000000000000000000000000000000000000000000000000000000000000
  758.           0000000000000000000000000000000000000000000000000000000000000000
  759.           0000000000000000000000000000000000000000000000000000000000000000
  760.           0000000000000000000000000000000000000000000000000000000000000000
  761.           0000000000000000000000000000000000000000000000000000000000000000
  762.           0000000000000000000000000000000000000000000000000000000000000000
  763.           0000000000000000000000000000000000000000000000000000000000000000
  764.           0000000000000000000000000000000000000000000000000000000000000000
  765.           0000000000000000000000000000000000000000000000000000000000000000
  766.           0000000000000000000000000000000000000000000000000000000000000000
  767.           0000000000000000000000000000000000000000000000000000000000000000
  768.           0000000000000000000000000000000000000000000000000000000000000000
  769.           0000000000000000000000000000000000000000000000000000000000000000
  770.           0000000000000000000000000000000000000000000000000000000000000000
  771.           0000000000000000000000000000000000000000000000000000000000000000
  772.           0000000000000000000000000000000000000000000000000000000000000000
  773.           0000000000000000000000000000000000000000000000000000000000000000
  774.           0000000000000000000000000000000000000000000000000000000000000000
  775.           0000000000000000000000000000000000000000000000000000000000000000
  776.           0000000000000000000000000000000000000000000000000000000000000000
  777.           0000000000000000000000000000000000000000000000000000000000000000
  778.           0000000000000000000000000000000000000000000000000000000000000000
  779.           0000000000000000000000000000000000000000000000000000000000000000
  780.           0000000000000000000000000000000000000000000000000000000000000000
  781.           0000000000000000000000000000000000000000000000000000000000000000
  782.           0000000000000000000000000000000000000000000000000000000000000000
  783.           0000000000000000000000000000000000000000000000000000000000000000
  784.           0000000000000000000000000000000000000000000000000000000000000000
  785.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  786.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  787.           0303030303030303030003030303030303030303030303030300030303030303
  788.           0303030303030303030003030303030003030303030303030300030303030300
  789.           0003030303030303030003030303030000000303030303030300030303030300
  790.           0000000303030303030003030303030000000000030303030300030303030300
  791.           0000000303030303030003030303030000000303030303030300030303030300
  792.           0003030303030303030003030303030003030303030303030300030303030303
  793.           0303030303030303030003030303030303030303030303030300030303030303
  794.           03030303030303030300}
  795.         NumGlyphs = 1
  796.         RepeatTimer = True
  797.         Spacing = 4
  798.         TabOrder = 4
  799.       end
  800.       object CWNavBtn5: TCWNavBtn
  801.         Left = 264
  802.         Top = 256
  803.         Width = 57
  804.         Height = 33
  805.         Hint = 'Next Year - Hold to quickly move through years.'
  806.         ButtonType = btNextYear
  807.         CWCalendar = CWCalendar2
  808.         Font.Color = clBlack
  809.         Font.Height = -11
  810.         Font.Name = 'MS Sans Serif'
  811.         Font.Style = []
  812.         Glyph.Data = {
  813.           26050000424D260500000000000036040000280000000F0000000F0000000100
  814.           080000000000F000000000000000000000000000000000000000000000000000
  815.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  816.           A600000000000000000000000000000000000000000000000000000000000000
  817.           0000000000000000000000000000000000000000000000000000000000000000
  818.           0000000000000000000000000000000000000000000000000000000000000000
  819.           0000000000000000000000000000000000000000000000000000000000000000
  820.           0000000000000000000000000000000000000000000000000000000000000000
  821.           0000000000000000000000000000000000000000000000000000000000000000
  822.           0000000000000000000000000000000000000000000000000000000000000000
  823.           0000000000000000000000000000000000000000000000000000000000000000
  824.           0000000000000000000000000000000000000000000000000000000000000000
  825.           0000000000000000000000000000000000000000000000000000000000000000
  826.           0000000000000000000000000000000000000000000000000000000000000000
  827.           0000000000000000000000000000000000000000000000000000000000000000
  828.           0000000000000000000000000000000000000000000000000000000000000000
  829.           0000000000000000000000000000000000000000000000000000000000000000
  830.           0000000000000000000000000000000000000000000000000000000000000000
  831.           0000000000000000000000000000000000000000000000000000000000000000
  832.           0000000000000000000000000000000000000000000000000000000000000000
  833.           0000000000000000000000000000000000000000000000000000000000000000
  834.           0000000000000000000000000000000000000000000000000000000000000000
  835.           0000000000000000000000000000000000000000000000000000000000000000
  836.           0000000000000000000000000000000000000000000000000000000000000000
  837.           0000000000000000000000000000000000000000000000000000000000000000
  838.           0000000000000000000000000000000000000000000000000000000000000000
  839.           0000000000000000000000000000000000000000000000000000000000000000
  840.           0000000000000000000000000000000000000000000000000000000000000000
  841.           0000000000000000000000000000000000000000000000000000000000000000
  842.           0000000000000000000000000000000000000000000000000000000000000000
  843.           0000000000000000000000000000000000000000000000000000000000000000
  844.           0000000000000000000000000000000000000000000000000000000000000000
  845.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  846.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  847.           0303030303030303030003030303030303030303030303030300030303030303
  848.           0303030303030303030003030003030303030003030303030300030300000303
  849.           0303000003030303030003030000000303030000000303030300030300000000
  850.           0303000000000303030003030000000000030000000000030300030300000000
  851.           0303000000000303030003030000000303030000000303030300030300000303
  852.           0303000003030303030003030003030303030003030303030300030303030303
  853.           0303030303030303030003030303030303030303030303030300030303030303
  854.           03030303030303030300}
  855.         NumGlyphs = 1
  856.         ParentShowHint = False
  857.         RepeatTimer = True
  858.         ShowHint = True
  859.         Spacing = 4
  860.         TabOrder = 5
  861.       end
  862.       object CWMonthCombo1: TCWMonthCombo
  863.         Left = 344
  864.         Top = 88
  865.         Width = 145
  866.         Height = 21
  867.         Hint = 
  868.           'Use CWMonthCombo to change months quickly. Can support any langu' +
  869.           'age.'
  870.         CWCalendar = CWCalendar2
  871.         Language = English
  872.         ParentShowHint = False
  873.         ShowHint = True
  874.         TabOrder = 6
  875.       end
  876.       object CWYearCombo1: TCWYearCombo
  877.         Left = 344
  878.         Top = 128
  879.         Width = 145
  880.         Height = 21
  881.         Hint = 'Use CWYearCombo to quickly change years.'
  882.         CWCalendar = CWCalendar2
  883.         ParentShowHint = False
  884.         ShowHint = True
  885.         TabOrder = 7
  886.       end
  887.       object BitBtn11: TBitBtn
  888.         Left = 400
  889.         Top = 8
  890.         Width = 89
  891.         Height = 25
  892.         TabOrder = 8
  893.         Kind = bkClose
  894.       end
  895.       object CWDateEdit1: TCWDateEdit
  896.         Left = 344
  897.         Top = 168
  898.         Width = 113
  899.         Height = 20
  900.         Hint = 'Use CWDateEdit to edit or spin dates.'
  901.         CWCalendar = CWCalendar2
  902.         DateFormatStr = 'mm/dd/yyyy'
  903.         DateToShow = '11/01/1997'
  904.         TabOrder = 9
  905.       end
  906.       object CWDateSpin1: TCWDateSpin
  907.         Left = 344
  908.         Top = 200
  909.         Width = 20
  910.         Height = 25
  911.         Hint = 'Use this control to quickly change days.'
  912.         CalendarLink = clDay
  913.         CWCalendar = CWCalendar2
  914.         DownGlyph.Data = {
  915.           7E040000424D7E04000000000000360400002800000009000000060000000100
  916.           0800000000004800000000000000000000000000000000000000000000000000
  917.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  918.           A600000000000000000000000000000000000000000000000000000000000000
  919.           0000000000000000000000000000000000000000000000000000000000000000
  920.           0000000000000000000000000000000000000000000000000000000000000000
  921.           0000000000000000000000000000000000000000000000000000000000000000
  922.           0000000000000000000000000000000000000000000000000000000000000000
  923.           0000000000000000000000000000000000000000000000000000000000000000
  924.           0000000000000000000000000000000000000000000000000000000000000000
  925.           0000000000000000000000000000000000000000000000000000000000000000
  926.           0000000000000000000000000000000000000000000000000000000000000000
  927.           0000000000000000000000000000000000000000000000000000000000000000
  928.           0000000000000000000000000000000000000000000000000000000000000000
  929.           0000000000000000000000000000000000000000000000000000000000000000
  930.           0000000000000000000000000000000000000000000000000000000000000000
  931.           0000000000000000000000000000000000000000000000000000000000000000
  932.           0000000000000000000000000000000000000000000000000000000000000000
  933.           0000000000000000000000000000000000000000000000000000000000000000
  934.           0000000000000000000000000000000000000000000000000000000000000000
  935.           0000000000000000000000000000000000000000000000000000000000000000
  936.           0000000000000000000000000000000000000000000000000000000000000000
  937.           0000000000000000000000000000000000000000000000000000000000000000
  938.           0000000000000000000000000000000000000000000000000000000000000000
  939.           0000000000000000000000000000000000000000000000000000000000000000
  940.           0000000000000000000000000000000000000000000000000000000000000000
  941.           0000000000000000000000000000000000000000000000000000000000000000
  942.           0000000000000000000000000000000000000000000000000000000000000000
  943.           0000000000000000000000000000000000000000000000000000000000000000
  944.           0000000000000000000000000000000000000000000000000000000000000000
  945.           0000000000000000000000000000000000000000000000000000000000000000
  946.           0000000000000000000000000000000000000000000000000000000000000000
  947.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  948.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  949.           0303030000000303030300030303030000000303030000000303030000000303
  950.           0000000000030300000003000000000000000300000003030303030303030300
  951.           0000}
  952.         TabOrder = 10
  953.         UpGlyph.Data = {
  954.           7E040000424D7E04000000000000360400002800000009000000060000000100
  955.           0800000000004800000000000000000000000000000000000000000000000000
  956.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  957.           A600000000000000000000000000000000000000000000000000000000000000
  958.           0000000000000000000000000000000000000000000000000000000000000000
  959.           0000000000000000000000000000000000000000000000000000000000000000
  960.           0000000000000000000000000000000000000000000000000000000000000000
  961.           0000000000000000000000000000000000000000000000000000000000000000
  962.           0000000000000000000000000000000000000000000000000000000000000000
  963.           0000000000000000000000000000000000000000000000000000000000000000
  964.           0000000000000000000000000000000000000000000000000000000000000000
  965.           0000000000000000000000000000000000000000000000000000000000000000
  966.           0000000000000000000000000000000000000000000000000000000000000000
  967.           0000000000000000000000000000000000000000000000000000000000000000
  968.           0000000000000000000000000000000000000000000000000000000000000000
  969.           0000000000000000000000000000000000000000000000000000000000000000
  970.           0000000000000000000000000000000000000000000000000000000000000000
  971.           0000000000000000000000000000000000000000000000000000000000000000
  972.           0000000000000000000000000000000000000000000000000000000000000000
  973.           0000000000000000000000000000000000000000000000000000000000000000
  974.           0000000000000000000000000000000000000000000000000000000000000000
  975.           0000000000000000000000000000000000000000000000000000000000000000
  976.           0000000000000000000000000000000000000000000000000000000000000000
  977.           0000000000000000000000000000000000000000000000000000000000000000
  978.           0000000000000000000000000000000000000000000000000000000000000000
  979.           0000000000000000000000000000000000000000000000000000000000000000
  980.           0000000000000000000000000000000000000000000000000000000000000000
  981.           0000000000000000000000000000000000000000000000000000000000000000
  982.           0000000000000000000000000000000000000000000000000000000000000000
  983.           0000000000000000000000000000000000000000000000000000000000000000
  984.           0000000000000000000000000000000000000000000000000000000000000000
  985.           0000000000000000000000000000000000000000000000000000000000000000
  986.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  987.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  988.           0303030000000300000000000000030000000303000000000003030000000303
  989.           0300000003030300000003030303000303030300000003030303030303030300
  990.           0000}
  991.       end
  992.       object CWDateSpin2: TCWDateSpin
  993.         Left = 344
  994.         Top = 232
  995.         Width = 20
  996.         Height = 25
  997.         Hint = 'Use this control to quickly chnage months.'
  998.         CalendarLink = clMonth
  999.         CWCalendar = CWCalendar2
  1000.         DownGlyph.Data = {
  1001.           7E040000424D7E04000000000000360400002800000009000000060000000100
  1002.           0800000000004800000000000000000000000000000000000000000000000000
  1003.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  1004.           A600000000000000000000000000000000000000000000000000000000000000
  1005.           0000000000000000000000000000000000000000000000000000000000000000
  1006.           0000000000000000000000000000000000000000000000000000000000000000
  1007.           0000000000000000000000000000000000000000000000000000000000000000
  1008.           0000000000000000000000000000000000000000000000000000000000000000
  1009.           0000000000000000000000000000000000000000000000000000000000000000
  1010.           0000000000000000000000000000000000000000000000000000000000000000
  1011.           0000000000000000000000000000000000000000000000000000000000000000
  1012.           0000000000000000000000000000000000000000000000000000000000000000
  1013.           0000000000000000000000000000000000000000000000000000000000000000
  1014.           0000000000000000000000000000000000000000000000000000000000000000
  1015.           0000000000000000000000000000000000000000000000000000000000000000
  1016.           0000000000000000000000000000000000000000000000000000000000000000
  1017.           0000000000000000000000000000000000000000000000000000000000000000
  1018.           0000000000000000000000000000000000000000000000000000000000000000
  1019.           0000000000000000000000000000000000000000000000000000000000000000
  1020.           0000000000000000000000000000000000000000000000000000000000000000
  1021.           0000000000000000000000000000000000000000000000000000000000000000
  1022.           0000000000000000000000000000000000000000000000000000000000000000
  1023.           0000000000000000000000000000000000000000000000000000000000000000
  1024.           0000000000000000000000000000000000000000000000000000000000000000
  1025.           0000000000000000000000000000000000000000000000000000000000000000
  1026.           0000000000000000000000000000000000000000000000000000000000000000
  1027.           0000000000000000000000000000000000000000000000000000000000000000
  1028.           0000000000000000000000000000000000000000000000000000000000000000
  1029.           0000000000000000000000000000000000000000000000000000000000000000
  1030.           0000000000000000000000000000000000000000000000000000000000000000
  1031.           0000000000000000000000000000000000000000000000000000000000000000
  1032.           0000000000000000000000000000000000000000000000000000000000000000
  1033.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  1034.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  1035.           0303030000000303030300030303030000000303030000000303030000000303
  1036.           0000000000030300000003000000000000000300000003030303030303030300
  1037.           0000}
  1038.         TabOrder = 11
  1039.         UpGlyph.Data = {
  1040.           7E040000424D7E04000000000000360400002800000009000000060000000100
  1041.           0800000000004800000000000000000000000000000000000000000000000000
  1042.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  1043.           A600000000000000000000000000000000000000000000000000000000000000
  1044.           0000000000000000000000000000000000000000000000000000000000000000
  1045.           0000000000000000000000000000000000000000000000000000000000000000
  1046.           0000000000000000000000000000000000000000000000000000000000000000
  1047.           0000000000000000000000000000000000000000000000000000000000000000
  1048.           0000000000000000000000000000000000000000000000000000000000000000
  1049.           0000000000000000000000000000000000000000000000000000000000000000
  1050.           0000000000000000000000000000000000000000000000000000000000000000
  1051.           0000000000000000000000000000000000000000000000000000000000000000
  1052.           0000000000000000000000000000000000000000000000000000000000000000
  1053.           0000000000000000000000000000000000000000000000000000000000000000
  1054.           0000000000000000000000000000000000000000000000000000000000000000
  1055.           0000000000000000000000000000000000000000000000000000000000000000
  1056.           0000000000000000000000000000000000000000000000000000000000000000
  1057.           0000000000000000000000000000000000000000000000000000000000000000
  1058.           0000000000000000000000000000000000000000000000000000000000000000
  1059.           0000000000000000000000000000000000000000000000000000000000000000
  1060.           0000000000000000000000000000000000000000000000000000000000000000
  1061.           0000000000000000000000000000000000000000000000000000000000000000
  1062.           0000000000000000000000000000000000000000000000000000000000000000
  1063.           0000000000000000000000000000000000000000000000000000000000000000
  1064.           0000000000000000000000000000000000000000000000000000000000000000
  1065.           0000000000000000000000000000000000000000000000000000000000000000
  1066.           0000000000000000000000000000000000000000000000000000000000000000
  1067.           0000000000000000000000000000000000000000000000000000000000000000
  1068.           0000000000000000000000000000000000000000000000000000000000000000
  1069.           0000000000000000000000000000000000000000000000000000000000000000
  1070.           0000000000000000000000000000000000000000000000000000000000000000
  1071.           0000000000000000000000000000000000000000000000000000000000000000
  1072.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  1073.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  1074.           0303030000000300000000000000030000000303000000000003030000000303
  1075.           0300000003030300000003030303000303030300000003030303030303030300
  1076.           0000}
  1077.       end
  1078.       object CWDateSpin3: TCWDateSpin
  1079.         Left = 344
  1080.         Top = 264
  1081.         Width = 20
  1082.         Height = 25
  1083.         Hint = 'Use this control to quickly change years.'
  1084.         CalendarLink = clYear
  1085.         CWCalendar = CWCalendar2
  1086.         DownGlyph.Data = {
  1087.           7E040000424D7E04000000000000360400002800000009000000060000000100
  1088.           0800000000004800000000000000000000000000000000000000000000000000
  1089.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  1090.           A600000000000000000000000000000000000000000000000000000000000000
  1091.           0000000000000000000000000000000000000000000000000000000000000000
  1092.           0000000000000000000000000000000000000000000000000000000000000000
  1093.           0000000000000000000000000000000000000000000000000000000000000000
  1094.           0000000000000000000000000000000000000000000000000000000000000000
  1095.           0000000000000000000000000000000000000000000000000000000000000000
  1096.           0000000000000000000000000000000000000000000000000000000000000000
  1097.           0000000000000000000000000000000000000000000000000000000000000000
  1098.           0000000000000000000000000000000000000000000000000000000000000000
  1099.           0000000000000000000000000000000000000000000000000000000000000000
  1100.           0000000000000000000000000000000000000000000000000000000000000000
  1101.           0000000000000000000000000000000000000000000000000000000000000000
  1102.           0000000000000000000000000000000000000000000000000000000000000000
  1103.           0000000000000000000000000000000000000000000000000000000000000000
  1104.           0000000000000000000000000000000000000000000000000000000000000000
  1105.           0000000000000000000000000000000000000000000000000000000000000000
  1106.           0000000000000000000000000000000000000000000000000000000000000000
  1107.           0000000000000000000000000000000000000000000000000000000000000000
  1108.           0000000000000000000000000000000000000000000000000000000000000000
  1109.           0000000000000000000000000000000000000000000000000000000000000000
  1110.           0000000000000000000000000000000000000000000000000000000000000000
  1111.           0000000000000000000000000000000000000000000000000000000000000000
  1112.           0000000000000000000000000000000000000000000000000000000000000000
  1113.           0000000000000000000000000000000000000000000000000000000000000000
  1114.           0000000000000000000000000000000000000000000000000000000000000000
  1115.           0000000000000000000000000000000000000000000000000000000000000000
  1116.           0000000000000000000000000000000000000000000000000000000000000000
  1117.           0000000000000000000000000000000000000000000000000000000000000000
  1118.           0000000000000000000000000000000000000000000000000000000000000000
  1119.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  1120.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  1121.           0303030000000303030300030303030000000303030000000303030000000303
  1122.           0000000000030300000003000000000000000300000003030303030303030300
  1123.           0000}
  1124.         TabOrder = 12
  1125.         UpGlyph.Data = {
  1126.           7E040000424D7E04000000000000360400002800000009000000060000000100
  1127.           0800000000004800000000000000000000000000000000000000000000000000
  1128.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  1129.           A600000000000000000000000000000000000000000000000000000000000000
  1130.           0000000000000000000000000000000000000000000000000000000000000000
  1131.           0000000000000000000000000000000000000000000000000000000000000000
  1132.           0000000000000000000000000000000000000000000000000000000000000000
  1133.           0000000000000000000000000000000000000000000000000000000000000000
  1134.           0000000000000000000000000000000000000000000000000000000000000000
  1135.           0000000000000000000000000000000000000000000000000000000000000000
  1136.           0000000000000000000000000000000000000000000000000000000000000000
  1137.           0000000000000000000000000000000000000000000000000000000000000000
  1138.           0000000000000000000000000000000000000000000000000000000000000000
  1139.           0000000000000000000000000000000000000000000000000000000000000000
  1140.           0000000000000000000000000000000000000000000000000000000000000000
  1141.           0000000000000000000000000000000000000000000000000000000000000000
  1142.           0000000000000000000000000000000000000000000000000000000000000000
  1143.           0000000000000000000000000000000000000000000000000000000000000000
  1144.           0000000000000000000000000000000000000000000000000000000000000000
  1145.           0000000000000000000000000000000000000000000000000000000000000000
  1146.           0000000000000000000000000000000000000000000000000000000000000000
  1147.           0000000000000000000000000000000000000000000000000000000000000000
  1148.           0000000000000000000000000000000000000000000000000000000000000000
  1149.           0000000000000000000000000000000000000000000000000000000000000000
  1150.           0000000000000000000000000000000000000000000000000000000000000000
  1151.           0000000000000000000000000000000000000000000000000000000000000000
  1152.           0000000000000000000000000000000000000000000000000000000000000000
  1153.           0000000000000000000000000000000000000000000000000000000000000000
  1154.           0000000000000000000000000000000000000000000000000000000000000000
  1155.           0000000000000000000000000000000000000000000000000000000000000000
  1156.           0000000000000000000000000000000000000000000000000000000000000000
  1157.           0000000000000000000000000000000000000000000000000000000000000000
  1158.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  1159.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  1160.           0303030000000300000000000000030000000303000000000003030000000303
  1161.           0300000003030300000003030303000303030300000003030303030303030300
  1162.           0000}
  1163.       end
  1164.       object CWArrowBtn1: TCWArrowBtn
  1165.         Left = 344
  1166.         Top = 296
  1167.         Width = 25
  1168.         Height = 16
  1169.         Hint = 'Previous Year'
  1170.         ButtonType = btPrevYear
  1171.         CWCalendar = CWCalendar2
  1172.         Direction = dLeft
  1173.         RepeatTimer = True
  1174.       end
  1175.       object CWArrowBtn2: TCWArrowBtn
  1176.         Left = 376
  1177.         Top = 296
  1178.         Width = 16
  1179.         Height = 16
  1180.         Hint = 'Previous Month'
  1181.         ButtonType = btPrevMonth
  1182.         CWCalendar = CWCalendar2
  1183.         Direction = dLeft
  1184.         RepeatTimer = True
  1185.       end
  1186.       object CWArrowBtn3: TCWArrowBtn
  1187.         Left = 400
  1188.         Top = 296
  1189.         Width = 16
  1190.         Height = 16
  1191.         Hint = 'Previous Day'
  1192.         ButtonType = btPrevDay
  1193.         CWCalendar = CWCalendar2
  1194.         Direction = dLeft
  1195.         RepeatTimer = True
  1196.       end
  1197.       object CWArrowBtn4: TCWArrowBtn
  1198.         Left = 416
  1199.         Top = 296
  1200.         Width = 16
  1201.         Height = 16
  1202.         Hint = 'Next Day'
  1203.         ButtonType = btNextDay
  1204.         CWCalendar = CWCalendar2
  1205.         Direction = dRight
  1206.         RepeatTimer = True
  1207.       end
  1208.       object CWArrowBtn5: TCWArrowBtn
  1209.         Left = 440
  1210.         Top = 296
  1211.         Width = 16
  1212.         Height = 16
  1213.         Hint = 'Next Month'
  1214.         ButtonType = btNextMonth
  1215.         CWCalendar = CWCalendar2
  1216.         Direction = dRight
  1217.         RepeatTimer = True
  1218.       end
  1219.       object CWArrowBtn6: TCWArrowBtn
  1220.         Left = 464
  1221.         Top = 296
  1222.         Width = 24
  1223.         Height = 16
  1224.         Hint = 'Next Year'
  1225.         ButtonType = btNextYear
  1226.         CWCalendar = CWCalendar2
  1227.         Direction = dRight
  1228.         RepeatTimer = True
  1229.       end
  1230.     end
  1231.     object TTabPage
  1232.       Left = 5
  1233.       Top = 45
  1234.       Caption = 'Drag '#39'n Drop'
  1235.       object CWDateLabel4: TCWDateLabel
  1236.         Left = 32
  1237.         Top = 12
  1238.         Width = 119
  1239.         Height = 27
  1240.         CWCalendar = CWCalendar3
  1241.         DateFormatStr = 'mmmm yyyy'
  1242.         Font.Color = clRed
  1243.         Font.Height = -24
  1244.         Font.Name = 'MS Serif'
  1245.         Font.Style = [fsBold, fsItalic]
  1246.         ParentFont = False
  1247.       end
  1248.       object Bevel7: TBevel
  1249.         Left = 410
  1250.         Top = 40
  1251.         Width = 89
  1252.         Height = 237
  1253.         Shape = bsFrame
  1254.       end
  1255.       object Label15: TLabel
  1256.         Left = 144
  1257.         Top = 288
  1258.         Width = 95
  1259.         Height = 13
  1260.         Caption = 'Drag and drop items'
  1261.         Font.Color = clBlue
  1262.         Font.Height = -11
  1263.         Font.Name = 'MS Sans Serif'
  1264.         Font.Style = []
  1265.         ParentFont = False
  1266.       end
  1267.       object Label16: TLabel
  1268.         Left = 144
  1269.         Top = 304
  1270.         Width = 118
  1271.         Height = 13
  1272.         Caption = 'to and from the calendar!'
  1273.         Font.Color = clBlue
  1274.         Font.Height = -11
  1275.         Font.Name = 'MS Sans Serif'
  1276.         Font.Style = []
  1277.         ParentFont = False
  1278.       end
  1279.       object CWCalendar3: TCWCalendar
  1280.         Left = 16
  1281.         Top = 40
  1282.         Width = 393
  1283.         Height = 241
  1284.         Hint = 'Up to six lines of text may appear in each cell.'
  1285.         BlockColor = clAqua
  1286.         CellColor = clAqua
  1287.         CellFont.Color = clBlack
  1288.         CellFont.Height = -8
  1289.         CellFont.Name = 'Small Fonts'
  1290.         CellFont.Style = []
  1291.         Ctl3D = False
  1292.         DateFont.Color = clBlack
  1293.         DateFont.Height = -9
  1294.         DateFont.Name = 'Small Fonts'
  1295.         DateFont.Style = [fsBold]
  1296.         DatePosition = UpperLeft
  1297.         DayTitleFormat = ThreeLetters
  1298.         DayTitles.Strings = (
  1299.           'Sunday'
  1300.           'Monday'
  1301.           'Tuesday'
  1302.           'Wednesday'
  1303.           'Thursday'
  1304.           'Friday'
  1305.           'Saturday')
  1306.         FocusColor = clRed
  1307.         FocusMode = fmFramed
  1308.         HeaderColor = clSilver
  1309.         HeaderFont.Color = clBlack
  1310.         HeaderFont.Height = -11
  1311.         HeaderFont.Name = 'MS Sans Serif'
  1312.         HeaderFont.Style = []
  1313.         HiLight3D = hlNone
  1314.         HiLightColor = clSilver
  1315.         SelectRange = False
  1316.         StartOfWeek = Sunday
  1317.         OnDateChange = CWCalendar3DateChange
  1318.         OnDragDrop = CWCalendar3DragDrop
  1319.         OnDragOver = CWCalendar3DragOver
  1320.         OnMouseDown = CWCalendar3MouseDown
  1321.         OnUpdate = CWCalendar3Update
  1322.       end
  1323.       object ListBox1: TListBox
  1324.         Left = 418
  1325.         Top = 200
  1326.         Width = 73
  1327.         Height = 67
  1328.         Hint = 'You can drag text to the calendar.'
  1329.         DragMode = dmAutomatic
  1330.         ExtendedSelect = False
  1331.         IntegralHeight = True
  1332.         ItemHeight = 13
  1333.         Items.Strings = (
  1334.           'Call Harry'
  1335.           'Lunch Date'
  1336.           'Dry Cleaning'
  1337.           'Meeting')
  1338.         TabOrder = 1
  1339.       end
  1340.       object ListBox2: TListBox
  1341.         Left = 418
  1342.         Top = 48
  1343.         Width = 73
  1344.         Height = 145
  1345.         Hint = 'You can drag one of these pre-defined bitmaps to the calendar.'
  1346.         Ctl3D = True
  1347.         DragMode = dmAutomatic
  1348.         ExtendedSelect = False
  1349.         IntegralHeight = True
  1350.         ItemHeight = 13
  1351.         Items.Strings = (
  1352.           'Alarm Clock'
  1353.           'Light Bulb'
  1354.           'Check Mark'
  1355.           'Globe'
  1356.           'Library'
  1357.           'Mailbox'
  1358.           'Night'
  1359.           'Pencil'
  1360.           'Phone'
  1361.           'Todo')
  1362.         ParentCtl3D = False
  1363.         TabOrder = 2
  1364.       end
  1365.       object CWNavBtn6: TCWNavBtn
  1366.         Left = 24
  1367.         Top = 282
  1368.         Width = 41
  1369.         Height = 25
  1370.         Hint = 'Previous Month'
  1371.         ButtonType = btPrevMonth
  1372.         CWCalendar = CWCalendar3
  1373.         Font.Color = clBlack
  1374.         Font.Height = -11
  1375.         Font.Name = 'MS Sans Serif'
  1376.         Font.Style = []
  1377.         Glyph.Data = {
  1378.           26050000424D260500000000000036040000280000000F0000000F0000000100
  1379.           080000000000F000000000000000000000000000000000000000000000000000
  1380.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  1381.           A600000000000000000000000000000000000000000000000000000000000000
  1382.           0000000000000000000000000000000000000000000000000000000000000000
  1383.           0000000000000000000000000000000000000000000000000000000000000000
  1384.           0000000000000000000000000000000000000000000000000000000000000000
  1385.           0000000000000000000000000000000000000000000000000000000000000000
  1386.           0000000000000000000000000000000000000000000000000000000000000000
  1387.           0000000000000000000000000000000000000000000000000000000000000000
  1388.           0000000000000000000000000000000000000000000000000000000000000000
  1389.           0000000000000000000000000000000000000000000000000000000000000000
  1390.           0000000000000000000000000000000000000000000000000000000000000000
  1391.           0000000000000000000000000000000000000000000000000000000000000000
  1392.           0000000000000000000000000000000000000000000000000000000000000000
  1393.           0000000000000000000000000000000000000000000000000000000000000000
  1394.           0000000000000000000000000000000000000000000000000000000000000000
  1395.           0000000000000000000000000000000000000000000000000000000000000000
  1396.           0000000000000000000000000000000000000000000000000000000000000000
  1397.           0000000000000000000000000000000000000000000000000000000000000000
  1398.           0000000000000000000000000000000000000000000000000000000000000000
  1399.           0000000000000000000000000000000000000000000000000000000000000000
  1400.           0000000000000000000000000000000000000000000000000000000000000000
  1401.           0000000000000000000000000000000000000000000000000000000000000000
  1402.           0000000000000000000000000000000000000000000000000000000000000000
  1403.           0000000000000000000000000000000000000000000000000000000000000000
  1404.           0000000000000000000000000000000000000000000000000000000000000000
  1405.           0000000000000000000000000000000000000000000000000000000000000000
  1406.           0000000000000000000000000000000000000000000000000000000000000000
  1407.           0000000000000000000000000000000000000000000000000000000000000000
  1408.           0000000000000000000000000000000000000000000000000000000000000000
  1409.           0000000000000000000000000000000000000000000000000000000000000000
  1410.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  1411.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  1412.           0303030303030303030003030303030303030303030303030300030303030303
  1413.           0303030303030303030003030303030303030003030303030300030303030303
  1414.           0300000303030303030003030303030300000003030303030300030303030300
  1415.           0000000303030303030003030303000000000003030303030300030303030300
  1416.           0000000303030303030003030303030300000003030303030300030303030303
  1417.           0300000303030303030003030303030303030003030303030300030303030303
  1418.           0303030303030303030003030303030303030303030303030300030303030303
  1419.           03030303030303030300}
  1420.         NumGlyphs = 1
  1421.         RepeatTimer = True
  1422.         Spacing = 4
  1423.         TabOrder = 3
  1424.       end
  1425.       object CWNavBtn7: TCWNavBtn
  1426.         Left = 80
  1427.         Top = 282
  1428.         Width = 41
  1429.         Height = 25
  1430.         Hint = 'Next Month'
  1431.         ButtonType = btNextMonth
  1432.         CWCalendar = CWCalendar3
  1433.         Font.Color = clBlack
  1434.         Font.Height = -11
  1435.         Font.Name = 'MS Sans Serif'
  1436.         Font.Style = []
  1437.         Glyph.Data = {
  1438.           26050000424D260500000000000036040000280000000F0000000F0000000100
  1439.           080000000000F000000000000000000000000000000000000000000000000000
  1440.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  1441.           A600000000000000000000000000000000000000000000000000000000000000
  1442.           0000000000000000000000000000000000000000000000000000000000000000
  1443.           0000000000000000000000000000000000000000000000000000000000000000
  1444.           0000000000000000000000000000000000000000000000000000000000000000
  1445.           0000000000000000000000000000000000000000000000000000000000000000
  1446.           0000000000000000000000000000000000000000000000000000000000000000
  1447.           0000000000000000000000000000000000000000000000000000000000000000
  1448.           0000000000000000000000000000000000000000000000000000000000000000
  1449.           0000000000000000000000000000000000000000000000000000000000000000
  1450.           0000000000000000000000000000000000000000000000000000000000000000
  1451.           0000000000000000000000000000000000000000000000000000000000000000
  1452.           0000000000000000000000000000000000000000000000000000000000000000
  1453.           0000000000000000000000000000000000000000000000000000000000000000
  1454.           0000000000000000000000000000000000000000000000000000000000000000
  1455.           0000000000000000000000000000000000000000000000000000000000000000
  1456.           0000000000000000000000000000000000000000000000000000000000000000
  1457.           0000000000000000000000000000000000000000000000000000000000000000
  1458.           0000000000000000000000000000000000000000000000000000000000000000
  1459.           0000000000000000000000000000000000000000000000000000000000000000
  1460.           0000000000000000000000000000000000000000000000000000000000000000
  1461.           0000000000000000000000000000000000000000000000000000000000000000
  1462.           0000000000000000000000000000000000000000000000000000000000000000
  1463.           0000000000000000000000000000000000000000000000000000000000000000
  1464.           0000000000000000000000000000000000000000000000000000000000000000
  1465.           0000000000000000000000000000000000000000000000000000000000000000
  1466.           0000000000000000000000000000000000000000000000000000000000000000
  1467.           0000000000000000000000000000000000000000000000000000000000000000
  1468.           0000000000000000000000000000000000000000000000000000000000000000
  1469.           0000000000000000000000000000000000000000000000000000000000000000
  1470.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  1471.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  1472.           0303030303030303030003030303030303030303030303030300030303030303
  1473.           0303030303030303030003030303030003030303030303030300030303030300
  1474.           0003030303030303030003030303030000000303030303030300030303030300
  1475.           0000000303030303030003030303030000000000030303030300030303030300
  1476.           0000000303030303030003030303030000000303030303030300030303030300
  1477.           0003030303030303030003030303030003030303030303030300030303030303
  1478.           0303030303030303030003030303030303030303030303030300030303030303
  1479.           03030303030303030300}
  1480.         NumGlyphs = 1
  1481.         RepeatTimer = True
  1482.         Spacing = 4
  1483.         TabOrder = 4
  1484.       end
  1485.       object Edit1: TEdit
  1486.         Left = 280
  1487.         Top = 282
  1488.         Width = 121
  1489.         Height = 20
  1490.         Hint = 'If Drag Date is checked, you can drag a calendar date here!'
  1491.         TabOrder = 5
  1492.         Text = 'Drag date here!'
  1493.         OnDragDrop = Edit1DragDrop
  1494.         OnDragOver = Edit1DragOver
  1495.       end
  1496.       object CheckBox4: TCheckBox
  1497.         Left = 280
  1498.         Top = 304
  1499.         Width = 81
  1500.         Height = 17
  1501.         Caption = 'Drag Date'
  1502.         TabOrder = 6
  1503.         OnClick = CheckBox4Click
  1504.       end
  1505.       object BitBtn12: TBitBtn
  1506.         Left = 400
  1507.         Top = 8
  1508.         Width = 89
  1509.         Height = 25
  1510.         TabOrder = 7
  1511.         Kind = bkClose
  1512.       end
  1513.     end
  1514.     object TTabPage
  1515.       Left = 5
  1516.       Top = 45
  1517.       Caption = 'Select Range'
  1518.       object Label17: TLabel
  1519.         Left = 45
  1520.         Top = 48
  1521.         Width = 19
  1522.         Height = 13
  1523.         Caption = 'Sun'
  1524.       end
  1525.       object Label18: TLabel
  1526.         Left = 85
  1527.         Top = 48
  1528.         Width = 21
  1529.         Height = 13
  1530.         Caption = 'Mon'
  1531.       end
  1532.       object Label19: TLabel
  1533.         Left = 128
  1534.         Top = 48
  1535.         Width = 19
  1536.         Height = 13
  1537.         Caption = 'Tue'
  1538.       end
  1539.       object Label20: TLabel
  1540.         Left = 168
  1541.         Top = 48
  1542.         Width = 23
  1543.         Height = 13
  1544.         Caption = 'Wed'
  1545.       end
  1546.       object Label21: TLabel
  1547.         Left = 212
  1548.         Top = 48
  1549.         Width = 19
  1550.         Height = 13
  1551.         Caption = 'Thu'
  1552.       end
  1553.       object Label22: TLabel
  1554.         Left = 258
  1555.         Top = 48
  1556.         Width = 11
  1557.         Height = 13
  1558.         Caption = 'Fri'
  1559.       end
  1560.       object Label23: TLabel
  1561.         Left = 298
  1562.         Top = 48
  1563.         Width = 16
  1564.         Height = 13
  1565.         Caption = 'Sat'
  1566.       end
  1567.       object Shape1: TShape
  1568.         Left = 32
  1569.         Top = 64
  1570.         Width = 297
  1571.         Height = 20
  1572.         Brush.Color = clTeal
  1573.         Pen.Color = clTeal
  1574.       end
  1575.       object Bevel8: TBevel
  1576.         Left = 24
  1577.         Top = 40
  1578.         Width = 313
  1579.         Height = 257
  1580.         Style = bsRaised
  1581.       end
  1582.       object CWDateLabel5: TCWDateLabel
  1583.         Left = 40
  1584.         Top = 64
  1585.         Width = 281
  1586.         Height = 19
  1587.         Alignment = taCenter
  1588.         AutoSize = False
  1589.         Color = clTeal
  1590.         CWCalendar = CWCalendar4
  1591.         DateFormatStr = 'mmmm d, yyyy'
  1592.         Font.Color = clSilver
  1593.         Font.Height = -16
  1594.         Font.Name = 'Times New Roman'
  1595.         Font.Style = [fsBold]
  1596.         ParentColor = False
  1597.         ParentFont = False
  1598.       end
  1599.       object Label24: TLabel
  1600.         Left = 352
  1601.         Top = 48
  1602.         Width = 23
  1603.         Height = 13
  1604.         Caption = 'From'
  1605.       end
  1606.       object Label25: TLabel
  1607.         Left = 352
  1608.         Top = 104
  1609.         Width = 13
  1610.         Height = 13
  1611.         Caption = 'To'
  1612.       end
  1613.       object Label26: TLabel
  1614.         Left = 368
  1615.         Top = 70
  1616.         Width = 105
  1617.         Height = 13
  1618.         AutoSize = False
  1619.         Color = clSilver
  1620.         ParentColor = False
  1621.       end
  1622.       object Label27: TLabel
  1623.         Left = 368
  1624.         Top = 126
  1625.         Width = 105
  1626.         Height = 13
  1627.         AutoSize = False
  1628.         Color = clSilver
  1629.         ParentColor = False
  1630.       end
  1631.       object Bevel9: TBevel
  1632.         Left = 352
  1633.         Top = 64
  1634.         Width = 137
  1635.         Height = 25
  1636.         Shape = bsFrame
  1637.       end
  1638.       object Bevel10: TBevel
  1639.         Left = 352
  1640.         Top = 120
  1641.         Width = 137
  1642.         Height = 25
  1643.         Shape = bsFrame
  1644.       end
  1645.       object BitBtn13: TBitBtn
  1646.         Left = 400
  1647.         Top = 8
  1648.         Width = 89
  1649.         Height = 25
  1650.         TabOrder = 0
  1651.         Kind = bkClose
  1652.       end
  1653.       object CWCalendar4: TCWCalendar
  1654.         Left = 32
  1655.         Top = 88
  1656.         Width = 297
  1657.         Height = 177
  1658.         BlockColor = clBtnFace
  1659.         CellColor = clBtnFace
  1660.         CellFont.Color = clWindowText
  1661.         CellFont.Height = -13
  1662.         CellFont.Name = 'System'
  1663.         CellFont.Style = []
  1664.         Ctl3D = False
  1665.         DateFont.Color = clBlack
  1666.         DateFont.Height = -13
  1667.         DateFont.Name = 'MS Sans Serif'
  1668.         DateFont.Style = []
  1669.         DayTitleFormat = OneLetter
  1670.         DayTitles.Strings = (
  1671.           'Sunday'
  1672.           'Monday'
  1673.           'Tuesday'
  1674.           'Wednesday'
  1675.           'Thursday'
  1676.           'Friday'
  1677.           'Saturday')
  1678.         FocusColor = clYellow
  1679.         FocusMode = fmFramed
  1680.         GridColor = clTeal
  1681.         GridLines = False
  1682.         HeaderColor = clSilver
  1683.         HeaderFont.Color = clWindowText
  1684.         HeaderFont.Height = -13
  1685.         HeaderFont.Name = 'System'
  1686.         HeaderFont.Style = []
  1687.         HiLight3D = hlNone
  1688.         HiLightColor = clTeal
  1689.         SelectRange = True
  1690.         ShowDayTitles = False
  1691.         StartOfWeek = Sunday
  1692.         OnDateChange = CWCalendar4DateChange
  1693.         OnKeyUp = CWCalendar4KeyUp
  1694.         OnMouseUp = CWCalendar4MouseUp
  1695.         OnRangeChange = CWCalendar4RangeChange
  1696.       end
  1697.       object CWArrowBtn7: TCWArrowBtn
  1698.         Left = 56
  1699.         Top = 272
  1700.         Width = 33
  1701.         Height = 16
  1702.         Hint = 'Previous Year'
  1703.         ButtonType = btPrevYear
  1704.         CWCalendar = CWCalendar4
  1705.         Direction = dLeft
  1706.         RepeatTimer = True
  1707.       end
  1708.       object CWArrowBtn8: TCWArrowBtn
  1709.         Left = 112
  1710.         Top = 272
  1711.         Width = 16
  1712.         Height = 16
  1713.         Hint = 'Previous Month'
  1714.         ButtonType = btPrevMonth
  1715.         CWCalendar = CWCalendar4
  1716.         Direction = dLeft
  1717.         RepeatTimer = True
  1718.       end
  1719.       object CWArrowBtn9: TCWArrowBtn
  1720.         Left = 272
  1721.         Top = 272
  1722.         Width = 32
  1723.         Height = 16
  1724.         Hint = 'Next Year'
  1725.         ButtonType = btNextYear
  1726.         CWCalendar = CWCalendar4
  1727.         Direction = dRight
  1728.         RepeatTimer = True
  1729.         OnClick = CWArrowBtn9Click
  1730.       end
  1731.       object CWArrowBtn10: TCWArrowBtn
  1732.         Left = 232
  1733.         Top = 272
  1734.         Width = 16
  1735.         Height = 16
  1736.         Hint = 'Next Month'
  1737.         ButtonType = btNextMonth
  1738.         CWCalendar = CWCalendar4
  1739.         Direction = dRight
  1740.         RepeatTimer = True
  1741.         OnClick = CWArrowBtn10Click
  1742.       end
  1743.       object Memo2: TMemo
  1744.         Left = 352
  1745.         Top = 168
  1746.         Width = 145
  1747.         Height = 137
  1748.         BorderStyle = bsNone
  1749.         Color = clBtnFace
  1750.         Ctl3D = False
  1751.         Enabled = False
  1752.         Font.Color = clBlue
  1753.         Font.Height = -11
  1754.         Font.Name = 'MS Sans Serif'
  1755.         Font.Style = []
  1756.         Lines.Strings = (
  1757.           'The CalendarWorks calendar '
  1758.           'is capable of selecting date '
  1759.           'ranges. Simply select a date '
  1760.           'and drag. Dragging off the '
  1761.           'calendar moves to another'
  1762.           'month.'
  1763.           ''
  1764.           'Range selection is also '
  1765.           'possible using a combination '
  1766.           'of Shift key and arrow keys.')
  1767.         ParentCtl3D = False
  1768.         ParentFont = False
  1769.         TabOrder = 6
  1770.       end
  1771.     end
  1772.     object TTabPage
  1773.       Left = 5
  1774.       Top = 45
  1775.       Caption = 'Other'
  1776.       object Bevel11: TBevel
  1777.         Left = 16
  1778.         Top = 40
  1779.         Width = 479
  1780.         Height = 273
  1781.         Shape = bsFrame
  1782.         Style = bsRaised
  1783.       end
  1784.       object Label28: TLabel
  1785.         Left = 40
  1786.         Top = 64
  1787.         Width = 73
  1788.         Height = 13
  1789.         Caption = 'Quick Calendar'
  1790.       end
  1791.       object Label29: TLabel
  1792.         Left = 144
  1793.         Top = 64
  1794.         Width = 99
  1795.         Height = 13
  1796.         Caption = 'Drop Down Calendar'
  1797.       end
  1798.       object Label30: TLabel
  1799.         Left = 264
  1800.         Top = 64
  1801.         Width = 65
  1802.         Height = 13
  1803.         Caption = 'Day Number :'
  1804.       end
  1805.       object Label31: TLabel
  1806.         Left = 264
  1807.         Top = 88
  1808.         Width = 119
  1809.         Height = 13
  1810.         Caption = 'Days Remaining in Year :'
  1811.       end
  1812.       object Label32: TLabel
  1813.         Left = 264
  1814.         Top = 112
  1815.         Width = 127
  1816.         Height = 13
  1817.         Caption = 'Days Remaining in Month :'
  1818.       end
  1819.       object Label33: TLabel
  1820.         Left = 264
  1821.         Top = 136
  1822.         Width = 66
  1823.         Height = 13
  1824.         Caption = 'Days in Year :'
  1825.       end
  1826.       object Label34: TLabel
  1827.         Left = 264
  1828.         Top = 160
  1829.         Width = 74
  1830.         Height = 13
  1831.         Caption = 'Days in Month :'
  1832.       end
  1833.       object Label35: TLabel
  1834.         Left = 264
  1835.         Top = 184
  1836.         Width = 130
  1837.         Height = 13
  1838.         Caption = 'Days Since Previous Date :'
  1839.       end
  1840.       object Label36: TLabel
  1841.         Left = 264
  1842.         Top = 208
  1843.         Width = 70
  1844.         Height = 13
  1845.         Caption = 'First of Month :'
  1846.       end
  1847.       object Label37: TLabel
  1848.         Left = 264
  1849.         Top = 232
  1850.         Width = 52
  1851.         Height = 13
  1852.         Caption = 'Weekday :'
  1853.       end
  1854.       object Label38: TLabel
  1855.         Left = 264
  1856.         Top = 256
  1857.         Width = 75
  1858.         Height = 13
  1859.         Caption = 'Week Number :'
  1860.       end
  1861.       object Label39: TLabel
  1862.         Left = 264
  1863.         Top = 280
  1864.         Width = 55
  1865.         Height = 13
  1866.         Caption = 'Leap Year :'
  1867.       end
  1868.       object Label40: TLabel
  1869.         Left = 408
  1870.         Top = 64
  1871.         Width = 38
  1872.         Height = 13
  1873.         Caption = 'Label40'
  1874.       end
  1875.       object Label41: TLabel
  1876.         Left = 408
  1877.         Top = 88
  1878.         Width = 38
  1879.         Height = 13
  1880.         Caption = 'Label41'
  1881.       end
  1882.       object Label42: TLabel
  1883.         Left = 408
  1884.         Top = 112
  1885.         Width = 38
  1886.         Height = 13
  1887.         Caption = 'Label42'
  1888.       end
  1889.       object Label43: TLabel
  1890.         Left = 408
  1891.         Top = 136
  1892.         Width = 38
  1893.         Height = 13
  1894.         Caption = 'Label43'
  1895.       end
  1896.       object Label44: TLabel
  1897.         Left = 408
  1898.         Top = 160
  1899.         Width = 38
  1900.         Height = 13
  1901.         Caption = 'Label44'
  1902.       end
  1903.       object Label45: TLabel
  1904.         Left = 408
  1905.         Top = 184
  1906.         Width = 38
  1907.         Height = 13
  1908.         Caption = 'Label45'
  1909.       end
  1910.       object Label46: TLabel
  1911.         Left = 408
  1912.         Top = 208
  1913.         Width = 38
  1914.         Height = 13
  1915.         Caption = 'Label46'
  1916.       end
  1917.       object Label47: TLabel
  1918.         Left = 408
  1919.         Top = 232
  1920.         Width = 38
  1921.         Height = 13
  1922.         Caption = 'Label47'
  1923.       end
  1924.       object Label48: TLabel
  1925.         Left = 408
  1926.         Top = 256
  1927.         Width = 38
  1928.         Height = 13
  1929.         Caption = 'Label48'
  1930.       end
  1931.       object Label49: TLabel
  1932.         Left = 408
  1933.         Top = 280
  1934.         Width = 38
  1935.         Height = 13
  1936.         Caption = 'Label49'
  1937.       end
  1938.       object Label50: TLabel
  1939.         Left = 40
  1940.         Top = 12
  1941.         Width = 210
  1942.         Height = 24
  1943.         Caption = 'Calendars and Functions'
  1944.         Font.Color = clBlue
  1945.         Font.Height = -19
  1946.         Font.Name = 'MS Sans Serif'
  1947.         Font.Style = []
  1948.         ParentFont = False
  1949.       end
  1950.       object CWDropDownEdit1: TCWDropDownEdit
  1951.         Left = 144
  1952.         Top = 80
  1953.         Width = 97
  1954.         Height = 24
  1955.         AutoSize = False
  1956.         Ctl3D = True
  1957.         Font.Color = clBlack
  1958.         Font.Height = -13
  1959.         Font.Name = 'System'
  1960.         Font.Style = [fsBold]
  1961.         ParentCtl3D = False
  1962.         ParentFont = False
  1963.         TabOrder = 1
  1964.         Text = '11/01/97'
  1965.         OnChange = CWDropDownEdit1Change
  1966.         ButtonWidth = 15
  1967.         DateFormatStr = 'mm/dd/yy'
  1968.         Glyph.Data = {
  1969.           7E040000424D7E04000000000000360400002800000009000000060000000100
  1970.           0800000000004800000000000000000000000000000000000000000000000000
  1971.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  1972.           A600000000000000000000000000000000000000000000000000000000000000
  1973.           0000000000000000000000000000000000000000000000000000000000000000
  1974.           0000000000000000000000000000000000000000000000000000000000000000
  1975.           0000000000000000000000000000000000000000000000000000000000000000
  1976.           0000000000000000000000000000000000000000000000000000000000000000
  1977.           0000000000000000000000000000000000000000000000000000000000000000
  1978.           0000000000000000000000000000000000000000000000000000000000000000
  1979.           0000000000000000000000000000000000000000000000000000000000000000
  1980.           0000000000000000000000000000000000000000000000000000000000000000
  1981.           0000000000000000000000000000000000000000000000000000000000000000
  1982.           0000000000000000000000000000000000000000000000000000000000000000
  1983.           0000000000000000000000000000000000000000000000000000000000000000
  1984.           0000000000000000000000000000000000000000000000000000000000000000
  1985.           0000000000000000000000000000000000000000000000000000000000000000
  1986.           0000000000000000000000000000000000000000000000000000000000000000
  1987.           0000000000000000000000000000000000000000000000000000000000000000
  1988.           0000000000000000000000000000000000000000000000000000000000000000
  1989.           0000000000000000000000000000000000000000000000000000000000000000
  1990.           0000000000000000000000000000000000000000000000000000000000000000
  1991.           0000000000000000000000000000000000000000000000000000000000000000
  1992.           0000000000000000000000000000000000000000000000000000000000000000
  1993.           0000000000000000000000000000000000000000000000000000000000000000
  1994.           0000000000000000000000000000000000000000000000000000000000000000
  1995.           0000000000000000000000000000000000000000000000000000000000000000
  1996.           0000000000000000000000000000000000000000000000000000000000000000
  1997.           0000000000000000000000000000000000000000000000000000000000000000
  1998.           0000000000000000000000000000000000000000000000000000000000000000
  1999.           0000000000000000000000000000000000000000000000000000000000000000
  2000.           0000000000000000000000000000000000000000000000000000000000000000
  2001.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  2002.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  2003.           0303030000000303030300030303030000000303030000000303030000000303
  2004.           0000000000030300000003000000000000000300000003030303030303030300
  2005.           0000}
  2006.         NumGlyphs = 1
  2007.       end
  2008.       object BitBtn14: TBitBtn
  2009.         Left = 400
  2010.         Top = 8
  2011.         Width = 89
  2012.         Height = 25
  2013.         TabOrder = 0
  2014.         Kind = bkClose
  2015.       end
  2016.       object Button1: TButton
  2017.         Left = 40
  2018.         Top = 80
  2019.         Width = 81
  2020.         Height = 25
  2021.         Caption = 'Press Here'
  2022.         Font.Color = clBlue
  2023.         Font.Height = -11
  2024.         Font.Name = 'MS Sans Serif'
  2025.         Font.Style = []
  2026.         ParentFont = False
  2027.         TabOrder = 2
  2028.         OnClick = Button1Click
  2029.       end
  2030.       object Memo3: TMemo
  2031.         Left = 40
  2032.         Top = 120
  2033.         Width = 201
  2034.         Height = 185
  2035.         BorderStyle = bsNone
  2036.         Color = clBtnFace
  2037.         Ctl3D = False
  2038.         Font.Color = clBlue
  2039.         Font.Height = -11
  2040.         Font.Name = 'MS Sans Serif'
  2041.         Font.Style = []
  2042.         Lines.Strings = (
  2043.           'CalendarWorks provides two useful, '
  2044.           'predefined calendar components - the '
  2045.           'instant, QuickCalendar and the '
  2046.           'DropDownEdit Calendar components. In '
  2047.           'addition to these two components, '
  2048.           'CalendarWorks provides the developer '
  2049.           'with a number of useful functions for'
  2050.           'calculating date information.'
  2051.           ''
  2052.           'To see these functions in action, select a '
  2053.           'date from the DropDownEdit component '
  2054.           'above. When a date is selected, the '
  2055.           'functions at left will display the indicated '
  2056.           'information.')
  2057.         ParentCtl3D = False
  2058.         ParentFont = False
  2059.         ReadOnly = True
  2060.         TabOrder = 3
  2061.       end
  2062.     end
  2063.     object TTabPage
  2064.       Left = 5
  2065.       Top = 45
  2066.       Caption = 'Registration'
  2067.       object Label51: TLabel
  2068.         Left = 32
  2069.         Top = 16
  2070.         Width = 317
  2071.         Height = 21
  2072.         Caption = 'Registering Your Copy of CalendarWorks'
  2073.         Font.Color = clRed
  2074.         Font.Height = -19
  2075.         Font.Name = 'MS Serif'
  2076.         Font.Style = []
  2077.         ParentFont = False
  2078.       end
  2079.       object Label52: TLabel
  2080.         Left = 304
  2081.         Top = 288
  2082.         Width = 118
  2083.         Height = 27
  2084.         Caption = 'Only $34.95'
  2085.         Font.Color = clRed
  2086.         Font.Height = -24
  2087.         Font.Name = 'MS Serif'
  2088.         Font.Style = []
  2089.         ParentFont = False
  2090.       end
  2091.       object Bevel12: TBevel
  2092.         Left = 16
  2093.         Top = 40
  2094.         Width = 481
  2095.         Height = 241
  2096.         Shape = bsFrame
  2097.       end
  2098.       object BitBtn15: TBitBtn
  2099.         Left = 400
  2100.         Top = 8
  2101.         Width = 89
  2102.         Height = 25
  2103.         TabOrder = 1
  2104.         Kind = bkClose
  2105.       end
  2106.       object Button2: TButton
  2107.         Left = 56
  2108.         Top = 288
  2109.         Width = 177
  2110.         Height = 25
  2111.         Caption = 'Registering with a Credit Card'
  2112.         TabOrder = 2
  2113.         OnClick = Button2Click
  2114.       end
  2115.       object Memo5: TMemo
  2116.         Left = 24
  2117.         Top = 56
  2118.         Width = 457
  2119.         Height = 97
  2120.         BorderStyle = bsNone
  2121.         Color = clBtnFace
  2122.         Ctl3D = False
  2123.         Font.Color = clBlue
  2124.         Font.Height = -11
  2125.         Font.Name = 'MS Sans Serif'
  2126.         Font.Style = []
  2127.         Lines.Strings = (
  2128.           
  2129.             'To register by MasterCard, Visa, American Express, or Discover, ' +
  2130.             'call the Public (software) '
  2131.           
  2132.             'Library at 1-800-2424-PsL or 713-524-6394 or send your order by ' +
  2133.             'FAX to 1-713-524-6398 '
  2134.           
  2135.             'or by CompuServe E-Mail to 71355,470 or Internet mail to 71355.4' +
  2136.             '70@compuserve.com. '
  2137.           
  2138.             'You can also mail credit card orders to PsL at P.O. Box 35705, H' +
  2139.             'ouston, TX 77235-5705. '
  2140.           ''
  2141.           
  2142.             'When registering please specify the product, CalendarWorks,  pro' +
  2143.             'duct # 14629, and 16 or 32 '
  2144.           'bit version.'
  2145.           ''
  2146.           '')
  2147.         ParentCtl3D = False
  2148.         ParentFont = False
  2149.         TabOrder = 3
  2150.       end
  2151.       object Memo6: TMemo
  2152.         Left = 24
  2153.         Top = 152
  2154.         Width = 457
  2155.         Height = 57
  2156.         BorderStyle = bsNone
  2157.         Color = clBtnFace
  2158.         Ctl3D = False
  2159.         Font.Color = clRed
  2160.         Font.Height = -11
  2161.         Font.Name = 'MS Sans Serif'
  2162.         Font.Style = [fsBold]
  2163.         Lines.Strings = (
  2164.           'HSoftWare cannot be reached at the numbers above.'
  2165.           
  2166.             'These numbers are for PsL, a credit care order taking service ON' +
  2167.             'LY!'
  2168.           
  2169.             'Please be sure to include your credit card number and expiration' +
  2170.             ' date on all '
  2171.           'credit card orders.')
  2172.         ParentCtl3D = False
  2173.         ParentFont = False
  2174.         TabOrder = 4
  2175.       end
  2176.       object Memo7: TMemo
  2177.         Left = 24
  2178.         Top = 208
  2179.         Width = 457
  2180.         Height = 65
  2181.         BorderStyle = bsNone
  2182.         Color = clBtnFace
  2183.         Ctl3D = False
  2184.         Font.Color = clBlue
  2185.         Font.Height = -11
  2186.         Font.Name = 'MS Sans Serif'
  2187.         Font.Style = []
  2188.         Lines.Strings = (
  2189.           ''
  2190.           
  2191.             'Any questions about the status of the shipment or an order, refu' +
  2192.             'nds, registration options, '
  2193.           
  2194.             'product details, technical support, volume discounts, dealer pri' +
  2195.             'cing, site licenses, etc., must be '
  2196.           
  2197.             'directed to HSoftWare, 45 Milfoil Crescent, Kitchener, Ontario  ' +
  2198.             'N2E 3L2, or '
  2199.           'by e-mail at hsw@sympatico.ca on the Internet.')
  2200.         ParentCtl3D = False
  2201.         ParentFont = False
  2202.         TabOrder = 5
  2203.       end
  2204.       object Memo4: TMemo
  2205.         Left = 24
  2206.         Top = 48
  2207.         Width = 465
  2208.         Height = 225
  2209.         Lines.Strings = (
  2210.           
  2211.             'This demo version of CalendarWorks comes with the fully function' +
  2212.             'al Basic Calendar '
  2213.           
  2214.             'component. To obtain the other components, including the highly ' +
  2215.             'powerful, full featured '
  2216.           
  2217.             'CalendarWorks Calendar, you must download cworks16.zip or cworks' +
  2218.             '32.zip.'
  2219.           ''
  2220.           
  2221.             'CalendarWorks is fully functional and free, however, you can reg' +
  2222.             'ister your version. With'
  2223.           'registration you will obtain the full source code.'
  2224.           ''
  2225.           
  2226.             'If registering by mail, please send $34.95 in US funds to HSoftW' +
  2227.             'are. Within the US or '
  2228.           
  2229.             'Canada include $3.00US for shipping and handling. If ordering fr' +
  2230.             'om outside the US and '
  2231.           
  2232.             'Canada, include $5.00US for shipping and handling. You can save ' +
  2233.             'yourself the shipping and '
  2234.           
  2235.             'handling charge if you request the registered version sent via e' +
  2236.             '-mail to a Compuserve or '
  2237.           
  2238.             'Internet address. When ordering within Canada, add GST and when ' +
  2239.             'ordering within Ontario '
  2240.           'add GST and PST.'
  2241.           ''
  2242.           'Please send cheque or money order to:'
  2243.           ''
  2244.           'HSoftWare'
  2245.           'Howard Walsh'
  2246.           '45 Milfoil Crescent'
  2247.           'Kitchener, Ontario N2E 3L2'
  2248.           ''
  2249.           
  2250.             'Credit card registration is accepted through PsL. Click on '#39'Regi' +
  2251.             'stering with a Credit Card'#39' below'
  2252.           
  2253.             'for more information on placing credit cards orders. PsL is a cr' +
  2254.             'edit card processing service '
  2255.           
  2256.             'only. HSoftWare / Technical Support CAN NOT be reached through t' +
  2257.             'his service.'
  2258.           ''
  2259.           
  2260.             'With the registered version you will receive the full source cod' +
  2261.             'e. This code may be altered by '
  2262.           
  2263.             'you as you wish to make CalendarWorks function to your personal ' +
  2264.             'needs. There are no '
  2265.           
  2266.             'run-time royalties when using CalendarWorks, however, you cannot' +
  2267.             ' resell CalendarWorks as '
  2268.           
  2269.             'your own, altered or unaltered in component or other non-executa' +
  2270.             'ble form.'
  2271.           ''
  2272.           
  2273.             'Please report any problems you are having so that I may improve ' +
  2274.             'CalendarWorks. Also, if you '
  2275.           
  2276.             'have an idea to make CalendarWorks better, please let me know. I' +
  2277.             ' can be reached at '
  2278.           'hsw@sympatico.ca on the internet.')
  2279.         ScrollBars = ssVertical
  2280.         TabOrder = 0
  2281.       end
  2282.     end
  2283.   end
  2284.   object ColorDialog1: TColorDialog
  2285.     Ctl3D = True
  2286.     Left = 461
  2287.     Top = 347
  2288.   end
  2289.   object FontDialog1: TFontDialog
  2290.     Font.Color = clWindowText
  2291.     Font.Height = -13
  2292.     Font.Name = 'System'
  2293.     Font.Style = []
  2294.     MinFontSize = 6
  2295.     MaxFontSize = 24
  2296.     Left = 493
  2297.     Top = 346
  2298.   end
  2299.   object CWQuickCalendar1: TCWQuickCalendar
  2300.     CalendarCaption = 'QuickCalendar'
  2301.     CalendarLeft = 300
  2302.     CalendarTop = 125
  2303.     DisplayDate = '5/9/96'
  2304.     Left = 37
  2305.     Top = 333
  2306.   end
  2307. end
  2308.